Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relocate DslHelper from root namespace to under AASM namespace #711

Merged

Conversation

yujideveloper
Copy link
Contributor

I relocated DslHelper module from the root namespace to under the AASM namespace.
Because it is a module for AASM and should not be located in the root namespace.

@yujideveloper
Copy link
Contributor Author

CI failed because codecov <= 0.1.20 was yanked from rubygems.org.
I think merging #707 will solve this.

@anilmaurya
Copy link
Member

@yujideveloper Thank you for your contribution

I merged #707 , can you retry travis build for your PR ?

`DslHelper` is a module for AASM and should not be located in the root
namespace.
@yujideveloper yujideveloper force-pushed the feature/relocate-dsl-helper-module branch from 538a8ea to 26272ea Compare October 10, 2020 13:49
@codeclimate
Copy link

codeclimate bot commented Oct 10, 2020

Code Climate has analyzed commit 26272ea and detected 0 issues on this pull request.

View more on Code Climate.

@codecov-io
Copy link

codecov-io commented Oct 10, 2020

Codecov Report

Merging #711 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #711   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files          35       35           
  Lines        1235     1236    +1     
=======================================
+ Hits         1177     1178    +1     
  Misses         58       58           
Impacted Files Coverage Δ
lib/aasm/core/event.rb 97.72% <100.00%> (ø)
lib/aasm/core/transition.rb 97.87% <100.00%> (ø)
lib/aasm/dsl_helper.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42b66b8...26272ea. Read the comment docs.

@yujideveloper
Copy link
Contributor Author

@anilmaurya
I rebased this PR at master branch and confirmed that passed CI.

@anilmaurya anilmaurya merged commit ccdb217 into aasm:master Oct 10, 2020
@anilmaurya
Copy link
Member

Thank you for your contribution 👍 @yujideveloper

@yujideveloper yujideveloper deleted the feature/relocate-dsl-helper-module branch October 10, 2020 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants